home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / moher3 / movehere.doc < prev   
Encoding:
Text File  |  1992-03-10  |  5.4 KB  |  226 lines

  1.  
  2.  
  3.  
  4.        ██▌
  5.        █ ███
  6.        █   █████        ███████      ██        ██ ███████
  7.        █   █   █     ████      ████       ██           ██  ██     ▀
  8.        █   █   █    ██         ██     ██          ██   ██
  9.        █   █   █  ██           ██    ██      ██    ██
  10.        █   █   █  ██           ██     ██    ██       ██████
  11.        █   █   █   ███         ███       ██  ██       ██
  12.        █       █     ██        ██        ████       ██
  13.        █       █       ███      ███         ██       ██     █
  14.        █       █         ██████               ███████
  15.        █       █
  16.  
  17.  
  18.  
  19.                 IT OVER HERE !
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.           A  very fast moving
  28.           utility    designed
  29.           for those who don't
  30.           know     where    their
  31.           file currently is !
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.      =======================================
  39.      Move It Over Here v. 3.0 Copyright 1992
  40.      =======================================
  41.  
  42.  
  43.  
  44.  
  45.  
  46.     ╒═══════════════════════════════════════════════════════════════╕
  47.     │Just when you couldn't locate the file you were looking for... │
  48.     │Having to break out the File-Finding Util, locating the current│
  49.     │place of your file, pulling out the Moving Util, then typing in│
  50.     │the entire pathname, moving the file to your current directory.│
  51.     ╘═══════════════════════════════════════════════════════════════╛
  52.  
  53.  
  54.               No more !
  55.  
  56.  
  57.    ╓──────────────────────────────────────────────────────────────────╖
  58.    ║ Move It Over Here is specially designed for you.  Simply place   ║
  59.    ║ it in your path, and when you are in desperate need of your file,║
  60.    ╙──────────────────────────────────────────────────────────────────╜
  61.  
  62.  
  63.  
  64.  
  65.  
  66.          Usage: MER [filename] [option]
  67.  
  68.  
  69.  
  70.          OPTIONS:
  71.  
  72.          /P   Prompt before moving
  73.          /S   Scan deeper directories
  74.          /M   Use the menu to choose file
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  =========================================================================
  82.  ======== THE OPTIMAL SPEED ==============================================
  83.  =========================================================================
  84.  
  85.  
  86.     To understand what "Scan Deeper Directories" means, you must first
  87.  understand how the program logic operates.
  88.  
  89.     For the optimum speed, the only directories that are searched are
  90.  ones that are subdirectories of the root directory.
  91.  
  92.  Eg:   \TURBO        will be searched, but
  93.  
  94.        \TURBO\BIN   will NOT be searched.
  95.  
  96.  
  97.  
  98.     The program "skims" directories.  A visual representation would be:
  99.  
  100.  
  101.  C:\ ---  ------  ------  -------  -------  -------  -------  ----->
  102.     \/    \/    \/     \/      \/       \/        \/
  103.       subdir   subdir  subdir    subdir     subdir   subdir   subdir
  104.  
  105.  
  106.  
  107.      Whereas the utility finds all directories that are immediately under
  108.  the root.
  109.  
  110.  In order to find a "deeper" subdirectory:
  111.  
  112.       C:\---  ----->
  113.         \/
  114.       subdir      C:\TURBO
  115.         \/
  116.       subdir      C:\TURBO\BIN
  117.         \/
  118.       subdir      C:\TURBO\BIN\SYSTEM
  119.  
  120.  
  121.  You would use the "/S" switch.  This allows MoveItOverHere to search all
  122.  subdirectories, no matter how deep.
  123.  
  124.  
  125.  
  126.                ALSO:
  127.  
  128.  
  129.     Unless wildcards are specified (*.DOC), the file is directly searched,
  130.  and the program aborts.  For example: if you have two files called
  131.  MYFILE.COM in a directory, the program will find the first instance of
  132.  that name, and move it.
  133.  
  134.     To be more specific about which MYFILE.COM you want to move, please
  135.  use the "/P" switch.  Once used, this allows you to see file specs of
  136.  MYFILE.COM (the size/date/time/location), and prompts whether you want
  137.  to move it or not.
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  ┌───────────────────────────────────────────────────────────────────┐
  145.  │    THE MENU                                 │
  146.  └───────────────────────────────────────────────────────────────────┘
  147.  
  148.     Syntax for the MENU:  MER [filespec] /M
  149.  
  150.  
  151.   When you start out using the menu, you will be shown files in the
  152.   current directory matching the filespec.
  153.  
  154.   To move around the directories, place the highlight over that directory,
  155.   then press ENTER.  You can change around directories, look at files,
  156.   etc using the menu.
  157.  
  158.   When you find the file you want, press ENTER and that file will
  159.   be moved to the current directory.  A small box will appear telling
  160.   you the old and new file.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  OTHER NOTES:
  171.  
  172.  1) Please be VERY VERY careful when using wildcards.  This program moves
  173.     files extremely quickly (When I benchtested it, the util moved 52 files
  174.     within 2 seconds).
  175.  
  176.  2) When using wilcards, please include the "." in the filename.
  177.  
  178.     Eg:   *.DOC   ─┐
  179.       FILE.*   ├────────  These names are acceptable
  180.       LIST.*   │
  181.       *.MOM   ─┘
  182.  
  183.  
  184.       MOMMY*  ─┐
  185.       *LIST*   ├────────  These names are NOT acceptable
  186.       *A**       │
  187.       *THIS   ─┘
  188.  
  189.  3) If the file already exists in the current directory, you are prompted
  190.     to rename the file.  If you do not rename the file, the old file
  191.     that was in your current directory is written over.
  192.  
  193.  4) If you have any questions/comments regarding this utility, please
  194.     write me:
  195.  
  196.  
  197.     DAVE SMITH
  198.        1104 Mason Dr.
  199.        Hurst TX 76053
  200.  
  201.     Compuserve 71441,2723
  202.  
  203.  
  204.  
  205.  
  206.  
  207.       -------------------------------------
  208.  
  209.     This program is a free utility.  Please feel
  210.     free to distribute it amongst your friends,
  211.     other BBS', etc.
  212.  
  213.     For a complete collection of my utilities,
  214.     plus a current version of Move It Over Here !
  215.     please see the enclosed CATALOG.DAV.
  216.  
  217.     I create new programs every week, so be sure
  218.     and write me to find out what's new...
  219.  
  220.  
  221.       NOTE that sending for a diskette full of
  222.         utilities registers you FOR LIFE !
  223.     And you are entitled to many other benefits.
  224.  
  225.       ---------------------------------------
  226.